home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / man / logo.sty < prev    next >
Encoding:
Text File  |  1997-01-20  |  859 b   |  38 lines

  1. %    LOGOS
  2.  
  3. \usepackage{psfig}
  4.  
  5. % \UvA{Height}
  6.  
  7. \newcommand{\UvA}[1]{\psfig{figure=figs/uva.ps,height=#1}}
  8.  
  9. % \SWI{Height}
  10.  
  11. \newcommand{\SWI}[1]{\psfig{figure=figs/swi.ps,height=#1}}
  12.  
  13. \newcommand{\titlepageheader}{
  14.     \newlength{\uvawidth}
  15.     \settowidth{\uvawidth}{\small Dept.\ of Social Science Informatics (SWI)}
  16. %   \settowidth{\uvawidth}{\LARGE University of Amsterdam}
  17.  
  18.     \newcommand{\uvaaddress}{%
  19.     \parbox[c]{\uvawidth}{%
  20.         \LARGE
  21.           University of Amsterdam \\[3mm]
  22.         \small
  23.         Dept.\ of Social Science Informatics (SWI) \\
  24.         Roetersstraat 15, 1018 WB~~Amsterdam \\
  25.             The Netherlands \\
  26.             Tel. (+31) 20 5256786
  27.     }}
  28.  
  29.     \mbox{}\vspace{-1in}
  30.     \parbox{\textwidth}{%
  31.     \makebox[\textwidth]{%
  32. %        \hskip -1cm%
  33.         \parbox[c]{1in}{\UvA{1.2in}}%
  34.         \hfill%
  35.         \parbox[c]{1.5in}{\SWI{0.6in}}%
  36.         \hskip 7mm%
  37.         \uvaaddress}}}
  38.